home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr08 / dboss112.zip / DBF-BOSS.ZIP / PRINTREG.BAT < prev    next >
DOS Batch File  |  1993-05-15  |  593b  |  36 lines

  1. ECHO OFF
  2. CLS
  3. ECHO This will print the registration form. The registration form contains
  4. ECHO information about benefits you receive when you register Data Base Boss.
  5. ECHO Please make sure that your printer is turned on.
  6. ECHO
  7. ECHO
  8. ECHO        *******************************************************
  9. ECHO        Press any key to start printing, or CTRL-C to cancel...
  10. ECHO        *******************************************************
  11. PAUSE
  12. CLS
  13. ECHO Printing your registration form...
  14. copy register.doc prn
  15. CLS
  16. ECHO Done printing.
  17. ECHO ON
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.